const runtime._SigDefault
6 uses
runtime (current package)
runtime2.go#L879: _SigDefault // if the signal isn't explicitly requested, don't monitor it
signal_unix.go#L128: if t.flags == 0 || t.flags&_SigDefault != 0 {
sigtab_linux_generic.go#L28: /* 18 */ {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: continue"},
sigtab_linux_generic.go#L30: /* 20 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: keyboard stop"},
sigtab_linux_generic.go#L31: /* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
sigtab_linux_generic.go#L32: /* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |